2005-11-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
(#321777, Jens Granseuer)
2005-11-18 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
+ (#321777, Jens Granseuer)
+
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
sync callback for the visibility property. (#321761,
Philip Langdale)
2005-11-18 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
+ (#321777, Jens Granseuer)
+
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
sync callback for the visibility property. (#321761,
Philip Langdale)
GtkPathBar *path_bar;
GList *button_list;
gboolean child_is_hidden;
+ GtkFilePath *child_path;
button_data = BUTTON_DATA (data);
if (button_data->ignore_changes)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
- GtkFilePath *child_path;
if (button_list->prev)
{
ButtonData *child_data;